home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
c
/
library
/
dos
/
strings
/
tclib13
/
aabort.doc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1987-08-20
|
476 b
|
36 lines
NAME
aabort -- terminate a program
SYNOPSIS
void aabort(code);
int code; exit error code
DESCRIPTION
The program is aborted after sending the BELL character to stderr.
The code is used as the exit value to DOS.
EXAMPLE
aabort(0);
This function is found in SMTCx.LIB for the Turbo-C Compiler.